home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / warpup1.lha / WarpUP-WarpOS / Source / tools / dcon.p < prev    next >
Text File  |  1997-06-22  |  285b  |  20 lines

  1.         incdir  include:
  2.         incdir  lvo:
  3.  
  4.         include powerpc/ppcmacros.i
  5.         include powerpc/powerpc.i
  6.  
  7.         include powerpc_lib.i
  8.  
  9.         xref    _PowerPCBase
  10.         xref    _LinkerDB
  11.         executable
  12.         smalldata
  13.         version 8
  14. start
  15.         prolog  1024
  16.         li      r4,CACHE_DCACHEON
  17.         CALLPOWERPC     SetCache
  18.         epilog
  19.  
  20.